home *** CD-ROM | disk | FTP | other *** search
/ Champak 29 / Volume 29 - JOGO DISK .iso / Games / mystic_training.swf / scripts / DefineButton2_764 / BUTTONCONDACTION on(release).as next >
Text File  |  2006-11-13  |  137b  |  6 lines

  1. on(release){
  2.    _global.Sounds.PlaySound("sFx_Btn_Click",100,0);
  3.    _global.C.Interface.fSetMusicOn();
  4.    gotoAndStop("MusicOn");
  5. }
  6.